use Illuminate\Pagination\Paginator; public function boot() { Paginator::useBootstrap(); }
php artisan vendor:publish --tag=laravel-pagination